docs(spec): add v6 spec draft incorporating issues #717-#723#725
Merged
docs(spec): add v6 spec draft incorporating issues #717-#723#725
Conversation
Complete spec/draft/ with 18 documents forming a self-contained v6 spec set. Key additions: - Stagnation Detection with Composite Similarity (SimilarityJudge trait) - Lateral Thinking with 5 built-in personas (include_str! embedded) - Daemon internal decomposition (Advancer, Executor, HitlService) - Phase transition encapsulation (QueueItem::transit) - ItemContext source_data extension (OCP) - hitl_terminal_action type safety (EscalationAction enum) - Dependency gate DB-based (restart-safety) - Evaluator per-item judgment Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add .claude/rules/spec-hierarchy.md with paths: spec/**/*.md Defines L1(Design)/L2(Concern)/L3(Flow) layering rules - DESIGN-v6: add Actor section (7 actors with roles) - DESIGN-v6: add external system integration table (trait boundaries only) - DESIGN-v6: remove concrete implementations (gh CLI, rusqlite etc.) from design level — delegated to concern documents Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spec/draft/에 v6 스펙 초안 18개 문서 추가 (독립적인 완전한 스펙셋)핵심 신규 개념
SimilarityJudgetrait +CompositeSimilarity(Composite Pattern)로 outputs/errors 별도 유사도 분석. ExactHash, TokenFingerprint, NCD 3개 내장 Judgeinclude_str!로 바이너리 임베딩. 모든 retry에 lateral_plan 자동 주입QueueItem::transit()메서드 강제, phasepub(crate)ItemContext에serde_json::Value추가 (OCP)Option<String>→Option<EscalationAction>문서 구조
Related Issues
Closes #717, Closes #718, Closes #719, Closes #720, Closes #721, Closes #722, Closes #723
Test plan
🤖 Generated with Claude Code